home *** CD-ROM | disk | FTP | other *** search
- package mx.core
- {
- public interface IRepeaterClient
- {
- function set instanceIndices(param1:Array) : void;
-
- function get isDocument() : Boolean;
-
- function get repeaters() : Array;
-
- function get instanceIndices() : Array;
-
- function set repeaters(param1:Array) : void;
-
- function initializeRepeaterArrays(param1:IRepeaterClient) : void;
-
- function set repeaterIndices(param1:Array) : void;
-
- function get repeaterIndices() : Array;
- }
- }
-
-